google.golang.org/grpc.traceInfo.tr (field)

50 uses

	google.golang.org/grpc (current package)
		server.go#L1034: 		tr: tr,
		server.go#L1184: 			trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1199: 					trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1200: 					trInfo.tr.SetError()
		server.go#L1202: 				trInfo.tr.Finish()
		server.go#L1331: 			trInfo.tr.LazyLog(&payload{sent: false, msg: v}, true)
		server.go#L1346: 			trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1347: 			trInfo.tr.SetError()
		server.go#L1374: 		trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1428: 		trInfo.tr.LazyLog(&payload{sent: true, msg: reply}, true)
		server.go#L1518: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1519: 					ss.trInfo.tr.SetError()
		server.go#L1521: 				ss.trInfo.tr.Finish()
		server.go#L1522: 				ss.trInfo.tr = nil
		server.go#L1612: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		server.go#L1639: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1640: 			ss.trInfo.tr.SetError()
		server.go#L1658: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1682: 			trInfo.tr.LazyLog(&fmtStringer{"Malformed method name %q", []interface{}{sm}}, true)
		server.go#L1683: 			trInfo.tr.SetError()
		server.go#L1688: 				trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1689: 				trInfo.tr.SetError()
		server.go#L1694: 			trInfo.tr.Finish()
		server.go#L1724: 		trInfo.tr.LazyPrintf("%s", errDesc)
		server.go#L1725: 		trInfo.tr.SetError()
		server.go#L1729: 			trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		server.go#L1730: 			trInfo.tr.SetError()
		server.go#L1735: 		trInfo.tr.Finish()
		stream.go#L407: 			tr: trace.New("grpc.Sent."+methodFamily(method), method),
		stream.go#L415: 		trInfo.tr.LazyLog(&trInfo.firstLine, false)
		stream.go#L416: 		ctx = trace.NewContext(ctx, trInfo.tr)
		stream.go#L1015: 		if a.trInfo.tr != nil {
		stream.go#L1016: 			a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1073: 		if a.trInfo.tr != nil {
		stream.go#L1074: 			a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1148: 	if a.trInfo != nil && a.trInfo.tr != nil {
		stream.go#L1150: 			a.trInfo.tr.LazyPrintf("RPC: [OK]")
		stream.go#L1152: 			a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
		stream.go#L1153: 			a.trInfo.tr.SetError()
		stream.go#L1155: 		a.trInfo.tr.Finish()
		stream.go#L1156: 		a.trInfo.tr = nil
		stream.go#L1581: 			if ss.trInfo.tr != nil {
		stream.go#L1583: 					ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1585: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1586: 					ss.trInfo.tr.SetError()
		stream.go#L1649: 			if ss.trInfo.tr != nil {
		stream.go#L1651: 					ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1653: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
		stream.go#L1654: 					ss.trInfo.tr.SetError()
		trace.go#L49: 	tr        trace.Trace